shout3d.core
Class AlphaLevelMap

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.BaseMap
              |
              +--shout3d.core.SingleTextureMap
                    |
                    +--shout3d.core.AlphaLevelMap

public class AlphaLevelMap
extends SingleTextureMap

AlphaLevelMap Node.


Fields inherited from class shout3d.core.SingleTextureMap
offsetUV, texture, textureMappingIndex
 
Fields inherited from class shout3d.core.BaseMap
bilinearFilteringEnabled, enabled
 
Constructor Summary
AlphaLevelMap()
           
 
Methods inherited from class shout3d.core.Node
getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaLevelMap

public AlphaLevelMap()